Uses of Class
org.eclipse.vtp.framework.interactions.core.configurations.SelectionRequestConfiguration

Packages that use SelectionRequestConfiguration
org.eclipse.vtp.framework.interactions.core.actions   
org.eclipse.vtp.framework.interactions.core.conversation   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of SelectionRequestConfiguration in org.eclipse.vtp.framework.interactions.core.actions
 

Constructors in org.eclipse.vtp.framework.interactions.core.actions with parameters of type SelectionRequestConfiguration
SelectionRequestAction(IActionContext context, IConversation conversation, SelectionRequestConfiguration configuration)
          Creates a new SelectionRequestAction.
 

Uses of SelectionRequestConfiguration in org.eclipse.vtp.framework.interactions.core.conversation
 

Methods in org.eclipse.vtp.framework.interactions.core.conversation with parameters of type SelectionRequestConfiguration
 ISelectionRequest IConversation.createSelectionRequest(SelectionRequestConfiguration configuration, java.lang.String resultParameterName)
           
 

Uses of SelectionRequestConfiguration in org.eclipse.vtp.framework.interactions.core.services
 

Methods in org.eclipse.vtp.framework.interactions.core.services with parameters of type SelectionRequestConfiguration
 ISelectionRequest Conversation.createSelectionRequest(SelectionRequestConfiguration configuration, java.lang.String resultParameterName)